home *** CD-ROM | disk | FTP | other *** search
/ IBM OEM Software Product … CD For PC Manufacturers / IBM OEM Software - Product Sampler CD for PC Manufacturers.iso / InternetIntranets / Notes / LOTUS027.DSK / MODEMS / DR96.MDM < prev    next >
Text File  |  1994-08-04  |  3KB  |  123 lines

  1. ; Data Race 9600 & 14400 Internal Modem
  2.  
  3. ;===============================================
  4. ; Last revision date: 08/04/94 (update this date
  5. ; each time you edit; it is also advisable to rename
  6. ; your edited file [use Save As, rather than Save 
  7. ; option] to avoid later confusion and to keep the 
  8. ; original .MDM file intact).
  9.  
  10. ; NOTE: Refer to the file TEMPLATE.MDM (A Sample Modem 
  11. ; Command File) for a description of modem command 
  12. ; files and how they work. "A Sample Modem Command 
  13. ; File" is user selectable within the Lotus Notes 
  14. ; Setup dialog "Modem Type" listbox in which you found 
  15. ; this modem command file (see end of listings, 
  16. ; beginning with a period) and is a printable ASCII 
  17. ; text file (approximately 14 pages). 
  18.  
  19. ; Additional information may be obtained from either of 
  20. ; the two so-called "generic" modem command files 
  21. ; (alphabetically listed under letter G, designed for 
  22. ; use with Notes Releases 2.x and 3.x, 9600 bps and 
  23. ; 14400 bps maximum, respectively), each of which may 
  24. ; first be tried as-is with unlisted modems, then edited 
  25. ; if required (within the Notes edit box, or outside of 
  26. ; Notes, with any text editor) according to the printed 
  27. ; instructions within each file, and in compliance with 
  28. ; the vendor's command set, result codes, DIP switch 
  29. ; settings, and technical specifications as listed in 
  30. ; the equipment's users manual.
  31.  
  32. ; For the specific modem(s) listed under this heading:
  33. ;=====================================================
  34.  
  35. [attributes]
  36.  
  37. MODELS=Data Race 9600 & 14400 Internal Modem
  38. NULL MODEM=0
  39. MAXIMUM SPEED=38400
  40. DEFAULT SPEED=38400
  41.  
  42. [commands]
  43.  
  44. ESCAPE=+++
  45. ATTENTION=ATE0V1
  46. HANGUP=ATH0
  47. SETUP=AT&F
  48. SETUP=ATE0V1
  49. SETUP=ATQ0W1&D2&C1&R0S0=0S7=60
  50. SETUP=AT\\J0\\N7%C1X4\\V1&N1
  51. RTS/CTS ENABLED=AT\\Q3
  52. RTS/CTS IGNORED=AT\\Q0
  53. VOLUME OFF=ATM0
  54. VOLUME LOW=ATM1L1
  55. VOLUME MEDIUM=ATM1L2
  56. VOLUME HIGH=ATM1L3
  57. ANSWER=ATA
  58. MANUAL DIAL=ATX3S9=1D
  59. AUTO DIAL SETUP=ATS9=6
  60. AUTO PULSE DIAL=ATDP
  61. AUTO TONE DIAL=ATDT
  62. AUTO DIAL SUFFIX=,
  63.  
  64. [responses]
  65.  
  66. OK=OK
  67.  
  68. RING=RING
  69.  
  70. NO CARRIER=NO CARRIER
  71.  
  72. ERROR=ERROR
  73.  
  74. NO DIALTONE=NO DIALTONE
  75. NO DIALTONE=NO DIAL TONE
  76.  
  77. BUSY=BUSY
  78.  
  79. NO ANSWER=NO ANSWER
  80.  
  81. CONNECT, 38400=CONNECT 38400/REL
  82. CONNECT, 38400=CONNECT 38400
  83.  
  84. CONNECT, 19200=CONNECT 19200/REL
  85. CONNECT, 19200=CONNECT 19200
  86.  
  87. CONNECT, 11400=CONNECT 11400/REL
  88. CONNECT, 11400=CONNECT 11400
  89.  
  90. CONNECT, 12000=CONNECT 12000/REL
  91. CONNECT, 12000=CONNECT 12000
  92.  
  93. CONNECT,  9600=CONNECT 9600/REL
  94. CONNECT,  9600=CONNECT 9600
  95.  
  96. CONNECT,  7200=CONNECT 7200/REL
  97. CONNECT,  7200=CONNECT 7200
  98.  
  99. CONNECT,  4800=CONNECT 4800/REL
  100. CONNECT,  4800=CONNECT 4800
  101.  
  102. CONNECT,  2400=CONNECT 2400/REL
  103. CONNECT,  2400=CONNECT 2400
  104.  
  105. CONNECT,  1200=CONNECT 1200/REL
  106. CONNECT,  1200=CONNECT 1200
  107.  
  108. CARRIER,,14400=CARRIER 14400
  109.  
  110. CARRIER,,12000=CARRIER 12000
  111.  
  112. CARRIER,, 9600=CARRIER 9600
  113.  
  114. CARRIER,, 7200=CARRIER 7200
  115.  
  116. CARRIER,, 4800=CARRIER 4800
  117.  
  118. CARRIER,, 2400=CARRIER 2400
  119.  
  120. CARRIER,, 1200=CARRIER 1200
  121.  
  122.  
  123.